Jamroom 6 Follow Me skin Audio Player not showing on prifle
Design and Skin Customization
If you'll send us your site URL and the admin login we can check it out.
Send it to: support[at]jamroom[dot]net
Thanks!
{* Latest Images section *}
{if $profile_jrGallery_item_count > 0}
<div class="row">
<div class="col12 last">
<div class="block">
{jrCore_include template="profile_index_image.tpl"}
</div>
</div>
</div>
{/if}
{* Latest Images section *}
{if jrCore_module_is_active('jrGallery') && $profile_jrGallery_item_count > 0}
<div class="row">
<div class="col12 last">
<div class="block">
{jrCore_include template="profile_index_image.tpl"}
</div>
</div>
</div>
{/if}